Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Aug 2008 18:41:28 +0000 (18:41 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Aug 2008 18:41:28 +0000 (18:41 +0000)
svn path=/trunk/; revision=20984

ChangeLog
NEWS

index 216bc0ae9b92eb6b5b7b6c78547b398d1e3e7796..d58a1d4f19bd838acfecaad1fe6b144f4acea369 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
 
        * configure.in: Bump glib dependency to 2.17.6
diff --git a/NEWS b/NEWS
index a35608f3852e209e60c8f0af4f11dd8021c74a3e..c35cc7bfde9ced08baf6c6bc54e17373340f938f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,64 @@
+Overview of Changes from GTK+ 2.13.5 to 2.13.6
+==============================================
+
+* Fix problems on 64-bit Windows
+
+* Fix a long-standing, well-known problem with the handling
+  of insensitive buttons, bug 56070
+
+* Fallback to Xinerama if the Xrandr implementation
+  is just a stub
+
+* gdk_threads_add_timeout_seconds[_full]: New functions with
+  second-granularity to complete the set of gdk_threads_ timeout
+  functions
+
+* Support rendering icons with emblems specified as GEmblemedIcon
+
+* GtkFileChooser has a GFile-oriented API now, functions
+  for creating filechoosers with specific backends have been
+  deprecated, since GIO is used directly.
+* Bugs fixed:
+ 544265 GDK assumes XFIXES extension
+ 543915 "Sole completion" translation issue
+ 544510 SetTimer callback signatures has the wrong type
+ 544390 evince crashes after clicking print
+ 361561 StatusIcon signals not documented as definitely public API.
+ 368234 Incorrect tabs rendering during reorder with rounded themes
+ 545976 Deprecate gtk_file_chooser_*_with_backend
+ 545978 Make filechooser GFile API public 
+ 544863 gtkquartz.h not included in released 2.13.5 package
+ 424207 printing hangs on unreachable cups server
+  56070 Can't click button after setting it sensitive
+ 545931 small documentation typos
+ 344383 use po/LINGUAS
+  65818 rename gtk_window_set_default() and add getter for it
+ 539733 No way to control treeview separator height
+ 523950 GtkTreeModelFilter's visible function may get an empty...
+ 526575 Missing return type in gtk_ui_manager_get_toplevels...
+ 429411 add style properties to set minimum progressbar w...
+ 429427 Add "arrow-spacing" style property to GtkRange
+ 544302 GtkStatusIcon should support GIcon
+ 339699 implement gtk_print_operation_set_show_dialog for...
+ 538686 gtkprintoperation-win32.c: devmode_from_settings
+ 540379 gtk_tree_view_enable_model_drag_dest and ...
+ 544684 Win64 issue, window handles are assumed to be 32-bit
+ 540834 Insensitive widgets cannot be grabbed
+ 515596 GtkUIManager's embedded UI definition example is invalid
+
+* Updated translations:
+ Spanish (es)
+ Galician (gl)
+ Japanese (ja)
+ Korean (ko)
+ Norwegian bokmÃ¥l (nb)
+ Portugese (pt)
+ Brasilian Portugese (pt_BR)
+ Albanian (sq)
+ Swedish (sv)
+
+
 Overview of Changes from GTK+ 2.13.4 to 2.13.5
 ==============================================